Matthias Clasen [Mon, 16 Jul 2007 14:40:37 +0000 (14:40 +0000)]
Apply a patch by Xan Lopez to document a lot of GtkWidget signals.
2007-07-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c: Apply a patch by Xan Lopez to document
a lot of GtkWidget signals. (#172424)
svn path=/trunk/; revision=18474
Matthias Clasen [Mon, 16 Jul 2007 14:04:35 +0000 (14:04 +0000)]
Convenience functions to position tooltips on icon view items or cells.
2007-07-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkiconview.h:
* gtk/gtkiconview.c (gtk_icon_view_set_tooltip_item):
(gtk_icon_view_set_tooltip_cell): Convenience functions to
position tooltips on icon view items or cells.
svn path=/trunk/; revision=18473
Jorge Gonzalez Gonzalez [Sun, 15 Jul 2007 12:19:57 +0000 (12:19 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=18472
Žygimantas Beručka [Sat, 14 Jul 2007 18:28:03 +0000 (18:28 +0000)]
Updated Lithuanian translation.
svn path=/trunk/; revision=18471
Žygimantas Beručka [Sat, 14 Jul 2007 18:18:09 +0000 (18:18 +0000)]
Updated Lithuanian translation.
svn path=/trunk/; revision=18470
Kjartan Maraas [Sat, 14 Jul 2007 12:57:00 +0000 (12:57 +0000)]
Updated Norwegian bokmål translation.
2007-07-14 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=18469
Richard Hult [Sat, 14 Jul 2007 12:14:36 +0000 (12:14 +0000)]
Plug leak.
2007-07-14 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkevents-quartz.c:
(_gdk_quartz_events_update_cursor): Plug leak.
svn path=/trunk/; revision=18468
Richard Hult [Fri, 13 Jul 2007 19:09:10 +0000 (19:09 +0000)]
Move from here... ...to here. (_gdk_windowing_window_destroy): Update the
2007-07-13 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkprivate-quartz.h:
* gdk/quartz/gdkevents-quartz.c: (gdk_window_is_ancestor): Move
from here...
* gdk/quartz/gdkwindow-quartz.c: (_gdk_quartz_window_is_ancestor):
...to here.
(_gdk_windowing_window_destroy): Update the mouse window if the
destroyed window is an ancestor of the current one, not only if
they are the same.
(gdk_window_hide): Update the mouse window here too.
svn path=/trunk/; revision=18467
Richard Hult [Fri, 13 Jul 2007 19:02:07 +0000 (19:02 +0000)]
Add stubs.
2007-07-13 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkcolor-quartz.c: (gdk_colors_alloc),
(gdk_colors_free): Add stubs.
svn path=/trunk/; revision=18466
Matthias Clasen [Fri, 13 Jul 2007 16:34:05 +0000 (16:34 +0000)]
Avoid gratitious use of g_strdup_printf().
2007-07-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentmanager.c (get_uri_shortname_for_display): Avoid
gratitious use of g_strdup_printf().
* gtk/gtkrecentchooserdefault.c:
* gtk/gtkrecentchoosermenu.c: Mark some strings for
translation. (#439480, Murray Cumming)
svn path=/trunk/; revision=18465
Kristian Rietveld [Fri, 13 Jul 2007 14:25:21 +0000 (14:25 +0000)]
#408327, improve tooltip positioning.
2007-07-13 Kristian Rietveld <kris@imendio.com>
#408327, improve tooltip positioning.
* gtk/gtk.symbols: updated.
* gtk/gtktooltip.[ch] (gtk_tooltip_position): factor out
positioning code in here,
(gtk_tooltip_set_tip_area): new function to set the tooltip
area,
(gtk_tooltip_reset), (_gtk_tooltip_handle_event): hide tooltip
once the pointer leaves the tip area.
* gtk/gtktreeview.[ch] (gtk_tree_view_set_tooltip_row),
(gtk_tree_view_set_tooltip_cell): convenience functions to set
tip area for row/column/cell.
* tests/testtooltips.c (query_tooltip_tree_view_cb): use
gtk_tree_view_set_tooltip_row.
svn path=/trunk/; revision=18464
Priit Laes [Fri, 13 Jul 2007 10:21:32 +0000 (10:21 +0000)]
Estonian translation update by Ivar Smolin.
2007-07-13 Priit Laes <plaes@svn.gnome.org>
* et.po: Estonian translation update by Ivar Smolin.
svn path=/trunk/; revision=18463
Cody Russell [Thu, 12 Jul 2007 23:38:30 +0000 (23:38 +0000)]
gdk/win32/gdkevents-win32.c Fix transient windows on Win32 so that when a
2007-07-12 Cody Russell <bratsche@gnome.org>
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkwindow-win32.[ch]: Fix transient windows on Win32
so that when a transient child window is closed (particularly when
there are 3 or more levels of transient windows), the correct window
receives focus rather than a seemingly random window. (#112404)
svn path=/trunk/; revision=18461
Attilio Fiandrotti [Thu, 12 Jul 2007 17:09:02 +0000 (17:09 +0000)]
Fixed memory leak at window closing in DirectFB backend, patch provided by Simon Lanzmich
svn path=/trunk/; revision=18459
Tim Janik [Thu, 12 Jul 2007 16:13:36 +0000 (16:13 +0000)]
clarified documentation example.
Thu Jul 12 18:03:02 2007 Tim Janik <timj@gtk.org>
* gdk/gdk.c (gdk_threads_add_idle_full): clarified documentation example.
svn path=/trunk/; revision=18458
Tim Janik [Thu, 12 Jul 2007 16:13:11 +0000 (16:13 +0000)]
clarify section about gdk_threads_enter/ gdk_threads_leave to be reworded
Thu Jul 12 18:12:04 2007 Tim Janik <timj@imendio.com>
* gdk/tmpl/threads.sgml: clarify section about gdk_threads_enter/
gdk_threads_leave to be reworded in terms of events and to mention
availability of gdk_threads_add_idle_full().
svn path=/trunk/; revision=18457
Changwoo Ryu [Thu, 12 Jul 2007 09:00:39 +0000 (09:00 +0000)]
Updated Korean translation by Eunju Kim..
2007-07-12 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation by Eunju Kim..
svn path=/trunk/; revision=18456
Matthias Clasen [Thu, 12 Jul 2007 06:09:07 +0000 (06:09 +0000)]
Add docs
svn path=/trunk/; revision=18455
Matthias Clasen [Thu, 12 Jul 2007 03:23:42 +0000 (03:23 +0000)]
Add docs
svn path=/trunk/; revision=18454
Matthias Clasen [Thu, 12 Jul 2007 01:55:15 +0000 (01:55 +0000)]
Add more documentation.
svn path=/trunk/; revision=18453
Matthias Clasen [Thu, 12 Jul 2007 01:13:42 +0000 (01:13 +0000)]
Make parameter naming consistent.
2007-07-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c:
* gtk/gtktoolitem.[hc]: Make parameter naming consistent.
svn path=/trunk/; revision=18452
Matthias Clasen [Thu, 12 Jul 2007 00:57:23 +0000 (00:57 +0000)]
Small doc fixes
svn path=/trunk/; revision=18451
Matthias Clasen [Thu, 12 Jul 2007 00:56:44 +0000 (00:56 +0000)]
Move some docs inline
svn path=/trunk/; revision=18450
Matthias Clasen [Thu, 12 Jul 2007 00:48:10 +0000 (00:48 +0000)]
Small additions and corrections
svn path=/trunk/; revision=18449
Matthias Clasen [Wed, 11 Jul 2007 23:00:09 +0000 (23:00 +0000)]
Additions
svn path=/trunk/; revision=18448
Matthias Clasen [Wed, 11 Jul 2007 22:21:06 +0000 (22:21 +0000)]
Move some docs inline
svn path=/trunk/; revision=18447
Kristian Rietveld [Wed, 11 Jul 2007 18:42:28 +0000 (18:42 +0000)]
x should be changed when converting widget <=> bin_window coordinates, not
2007-07-11 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_*_to_*_coords): x should be
changed when converting widget <=> bin_window coordinates, not
when bin_window <=> tree_window.
svn path=/trunk/; revision=18446
Matthias Clasen [Wed, 11 Jul 2007 18:14:46 +0000 (18:14 +0000)]
New function to convert widget coords to what is expected by the at_pos
2007-07-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkiconview.[hc]
(gtk_icon_view_convert_widget_to_bin_window_coords): New
function to convert widget coords to what is expected by
the at_pos functions. (#455984)
svn path=/trunk/; revision=18445
Matthias Clasen [Wed, 11 Jul 2007 04:46:03 +0000 (04:46 +0000)]
More tooltips docs
svn path=/trunk/; revision=18443
Matthias Clasen [Tue, 10 Jul 2007 23:45:45 +0000 (23:45 +0000)]
Small doc update
svn path=/trunk/; revision=18442
Christian Persch [Tue, 10 Jul 2007 22:18:08 +0000 (22:18 +0000)]
Intern the action's name. Saves two string duplicates of it per action;
2007-07-11 Christian Persch <chpe@gnome.org>
* gtk/gtkaction.c: (gtk_action_buildable_set_name),
(gtk_action_finalize), (gtk_action_set_property),
(gtk_action_get_property):
* gtk/gtkactiongroup.c: (gtk_action_group_init),
(gtk_action_group_add_action),
(gtk_action_group_add_action_with_accel),
(gtk_action_group_remove_action): Intern the action's name. Saves two
string duplicates of it per action; bug #455645.
svn path=/trunk/; revision=18441
Richard Hult [Tue, 10 Jul 2007 19:18:59 +0000 (19:18 +0000)]
Add hack to workaround the broken tracking rect implementation in quartz,
2007-07-10 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (gdk_window_new),
(show_window_internal), (gdk_window_show), (gdk_window_hide): Add
hack to workaround the broken tracking rect implementation in
quartz, that doesn't seem to produce events if the window shows up
under the mouse.
svn path=/trunk/; revision=18440
Kristian Rietveld [Tue, 10 Jul 2007 18:24:37 +0000 (18:24 +0000)]
add getter/setter pair, slight addition to has-tooltip property
2007-07-10 Kristian Rietveld <kris@imendio.com>
* gtk/gtk.symbols:
* gtk/gtkwidget.[ch] (gtk_widget_{get,set}_has_tooltip): add
getter/setter pair, slight addition to has-tooltip property
documentation,
(gtk_widget_real_set_has_tooltip): renamed internal function.
svn path=/trunk/; revision=18439
Gabor Kelemen [Tue, 10 Jul 2007 18:21:41 +0000 (18:21 +0000)]
Translation updated.
2007-07-10 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=18438
Christian Persch [Tue, 10 Jul 2007 18:00:43 +0000 (18:00 +0000)]
Remove work-around for the old tooltips code, and just set the action
2007-07-10 Christian Persch <chpe@gnome.org>
* gtk/gtkaction.c: (gtk_action_sync_tooltip),
(gtk_action_set_tooltip):
* gtk/gtkuimanager.c: (update_node): Remove work-around for the old
tooltips code, and just set the action tooltip immediately on the
proxy widget. Bug #455482.
svn path=/trunk/; revision=18437
Kristian Rietveld [Tue, 10 Jul 2007 17:47:10 +0000 (17:47 +0000)]
use gtk_container_forall, instead of gtk_container_foreach(). Makes
2007-07-10 Kristian Rietveld <kris@imendio.com>
* gtk/gtktooltip.c (find_widget_under_pointer),
(child_location_foreach): use gtk_container_forall, instead of
gtk_container_foreach(). Makes tooltips on notebook tabs work. (Fixes
bug reported by Christian Persch).
svn path=/trunk/; revision=18436
Kristian Rietveld [Tue, 10 Jul 2007 17:40:05 +0000 (17:40 +0000)]
ignore invisible (!drawable) widgets. (Fixes bug reported by Paolo
2007-07-10 Kristian Rietveld <kris@imendio.com>
* gtk/gtktooltip.c (child_location_foreach): ignore invisible
(!drawable) widgets. (Fixes bug reported by Paolo Borelli).
svn path=/trunk/; revision=18435
Takeshi AIHANA [Tue, 10 Jul 2007 13:03:21 +0000 (13:03 +0000)]
Fixed a bug #455049.
2007-07-10 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Fixed a bug #455049.
svn path=/trunk/; revision=18434
Runa Bhattacharjee [Tue, 10 Jul 2007 10:50:58 +0000 (10:50 +0000)]
Added Entry for Bengali India Translation Updation
svn path=/trunk/; revision=18433
Runa Bhattacharjee [Tue, 10 Jul 2007 10:50:45 +0000 (10:50 +0000)]
Updated Bengali India Translation
svn path=/trunk/; revision=18432
Matthias Clasen [Tue, 10 Jul 2007 06:00:13 +0000 (06:00 +0000)]
Updates
svn path=/trunk/; revision=18431
Matthias Clasen [Tue, 10 Jul 2007 05:40:05 +0000 (05:40 +0000)]
Fix doc formatting
svn path=/trunk/; revision=18430
Matthias Clasen [Tue, 10 Jul 2007 05:28:52 +0000 (05:28 +0000)]
Updates
svn path=/trunk/; revision=18429
Matthias Clasen [Tue, 10 Jul 2007 05:00:24 +0000 (05:00 +0000)]
Fix a typo
svn path=/trunk/; revision=18428
Matthias Clasen [Tue, 10 Jul 2007 04:20:27 +0000 (04:20 +0000)]
Updates
svn path=/trunk/; revision=18427
Matthias Clasen [Mon, 9 Jul 2007 20:50:22 +0000 (20:50 +0000)]
Use a bit of the GtkLabel structure to remember that a pattern has been
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* gtklabel.[ch]: Use a bit of the GtkLabel structure to
remember that a pattern has been set.
(gtk_label_set_pattern_internal): Don't do anything if
a specific pattern has been set.
(gtk_label_set_pattern): set the new bit to TRUE when
setting a pattern, and recalculate everything if the
pattern is unset. Fix gtk_label_set_pattern() not working
anymore. (#452861, Vincent Untz)
svn path=/trunk/; revision=18426
Claude Paroz [Mon, 9 Jul 2007 20:35:33 +0000 (20:35 +0000)]
Changed uz to uz@cyrillic and uz@Latn to uz. See bug #451164.
svn path=/trunk/; revision=18425
Matthias Clasen [Mon, 9 Jul 2007 20:32:35 +0000 (20:32 +0000)]
Remove deprecated tooltips, use new tooltips API. (#449311, Jan Arne
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkvolumebutton.c: Remove deprecated tooltips,
use new tooltips API. (#449311, Jan Arne Petersen)
svn path=/trunk/; revision=18424
Matthias Clasen [Mon, 9 Jul 2007 20:24:26 +0000 (20:24 +0000)]
Don't ignore the passed-in len parameter. (#430049, Yevgen Muntyan)
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c (normalize_to_crlf): Don't ignore
the passed-in len parameter. (#430049, Yevgen Muntyan)
svn path=/trunk/; revision=18423
Matthias Clasen [Mon, 9 Jul 2007 20:22:16 +0000 (20:22 +0000)]
Improve the handling of broken situations. (#427899, Francesco Montorsi)
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkframe.c (gtk_frame_size_allocate): Improve the
handling of broken situations. (#427899, Francesco Montorsi)
svn path=/trunk/; revision=18422
Matthias Clasen [Mon, 9 Jul 2007 20:01:54 +0000 (20:01 +0000)]
Changed size requisition so the viewport does not add the border thickness
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkviewport.c (gtk_viewport_size_request): Changed size
requisition so the viewport does not add the border thickness
if it has GTK_SHADOW_NONE selected. (#361781, Miguel Gomez)
svn path=/trunk/; revision=18421
Matthias Clasen [Mon, 9 Jul 2007 19:33:42 +0000 (19:33 +0000)]
Remove uses of deprecated api in example. (#454835, Guillaume Cottenceau)
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/tmpl/scaling.sgml: Remove uses of deprecated api
in example. (#454835, Guillaume Cottenceau)
svn path=/trunk/; revision=18420
Matthias Clasen [Mon, 9 Jul 2007 19:29:51 +0000 (19:29 +0000)]
Fix a typo in the docs. (#453930, Guillaume Cottenceau)
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktooltip.c (gtk_tooltip_trigger_tooltip_query):
Fix a typo in the docs. (#453930, Guillaume Cottenceau)
svn path=/trunk/; revision=18419
Kristian Rietveld [Mon, 9 Jul 2007 19:23:18 +0000 (19:23 +0000)]
Replace non-deprecated API using old tooltips API, deprecate old tooltips
2007-07-09 Kristian Rietveld <kris@imendio.com>
Replace non-deprecated API using old tooltips API, deprecate
old tooltips API for real. (#451575).
* gtk/gtk.symbols: updated.
* gtk/gtkwidget.c (gtk_widget_real_show_help): don't call
_gtk_tooltips_toggle_keyboard_mode() anymore.
* gtk/gtkmenutoolbutton.[ch] (gtk_menu_tool_button_set_arrow_tooltip):
deprecated,
(gtk_menu_tool_button_set_arrow_tooltip_{text,markup}): replacements.
* gtk/gtktoolitem.[ch] (gtk_tool_item_real_set_tooltip): use
new API,
(gtk_tool_item_set_tooltip): deprecated,
(gtk_tool_item_set_tooltip_{text,markup): replacements.
(GtkToolItemClass:set_tooltip): deprecated.
* gtk/gtktooltips.[ch]: strip out all unused parts, made
gtk_tooltips_set_tip() call gtk_widget_set_tooltip_text(),
deprecate all of gtk_tooltips_*.
* gtk/gtktoolbar.[ch] (gtk_toolbar_get_tooltips): always return
TRUE,
(GtkToolbar:tooltips): deprecated, renamed.
* gtk/gtkaction.c (gtk_action_sync_tooltip): use new API to
set the tooltip text.
* tests/autotestfilechooser.c: #undef GTK_DISABLE_DEPRECATED for now,
will be removed GtkFileChooserDefault has been converted.
svn path=/trunk/; revision=18418
Matthias Clasen [Mon, 9 Jul 2007 19:20:12 +0000 (19:20 +0000)]
Fix a typo in the docs. (#453673, Guillaume Cottenceau)
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c
(gtk_tree_view_convert_bin_window_to_widget_coords:
Fix a typo in the docs. (#453673, Guillaume Cottenceau)
svn path=/trunk/; revision=18417
Matthias Clasen [Mon, 9 Jul 2007 18:23:49 +0000 (18:23 +0000)]
Emit ::changed when removing the active row. (#452056, Paul Pogonyshev)
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Emit
::changed when removing the active row. (#452056, Paul Pogonyshev)
svn path=/trunk/; revision=18416
Matthias Clasen [Mon, 9 Jul 2007 18:19:13 +0000 (18:19 +0000)]
Updates
svn path=/trunk/; revision=18415
Matthias Clasen [Mon, 9 Jul 2007 18:04:59 +0000 (18:04 +0000)]
Make it compile
svn path=/trunk/; revision=18414
Matthias Clasen [Mon, 9 Jul 2007 18:02:38 +0000 (18:02 +0000)]
Address some thread-safety issues. (#452598)
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksearchenginesimple.c: Address some thread-safety
issues. (#452598)
svn path=/trunk/; revision=18413
Matthias Clasen [Mon, 9 Jul 2007 18:00:22 +0000 (18:00 +0000)]
Fix build problems on Cygwin. (#448604)
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/*/Makefile.am: Fix build problems
on Cygwin. (#448604)
svn path=/trunk/; revision=18412
Jaap Haitsma [Mon, 9 Jul 2007 17:48:06 +0000 (17:48 +0000)]
Remove usage of deprecated GtkTooltips API. Use
2007-07-09 Jaap Haitsma <jaap@haitsma.org>
* gtk/gtkstatusicon.c: Remove usage of deprecated GtkTooltips API. Use
gtk_widget_set_tooltip_text instead
svn path=/trunk/; revision=18411
Johan Dahlin [Mon, 9 Jul 2007 17:24:24 +0000 (17:24 +0000)]
Make the GTK_TOOLTIP and GTK_IS_TOOLTIP macros public.
2007-07-09 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtktooltip.c:
* gtk/gtktooltip.h: Make the GTK_TOOLTIP and GTK_IS_TOOLTIP macros public.
svn path=/trunk/; revision=18410
Johan Dahlin [Mon, 9 Jul 2007 13:41:13 +0000 (13:41 +0000)]
Document <accelerator> element
2007-07-09 Johan Dahlin <jdahlin@async.com.br>
* gtk/tmpl/gtkactiongroup.sgml: Document <accelerator> element
svn path=/trunk/; revision=18409
Johan Dahlin [Mon, 9 Jul 2007 13:40:10 +0000 (13:40 +0000)]
|___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder-convert: |___*
2007-07-09 Johan Dahlin,,, <jdahlin@lozenge>
|___* demos/gtk-demo/demo.ui:
|___* gtk/gtk-builder-convert:
|___* gtk/gtkactiongroup.c: (gtk_action_group_buildable_init),
|___(gtk_action_group_buildable_add_child),
|___(accelerator_start_element),
|___(gtk_action_group_buildable_custom_tag_start),
|___(gtk_action_group_buildable_custom_tag_end):
|___* gtk/gtkuimanager.c: (child_hierarchy_changed_cb),
|___(gtk_ui_manager_buildable_construct_child):
|___* tests/buildertest.c: (test_uimanager_simple):
|___Add actiongroup/action accelerator support for builder. #454654
svn path=/trunk/; revision=18408
Theppitak Karoonboonyanan [Mon, 9 Jul 2007 12:01:14 +0000 (12:01 +0000)]
Updated Thai translation.
* th.po: Updated Thai translation.
svn path=/trunk/; revision=18407
Tim Janik [Mon, 9 Jul 2007 08:33:32 +0000 (08:33 +0000)]
applied docu clarification patch from Bjoern Lindqvist, #454700.
Mon Jul 9 10:32:39 2007 Tim Janik <timj@imendio.com>
* gdk/tmpl/threads.sgml: applied docu clarification patch from Bjoern
Lindqvist, #454700.
svn path=/trunk/; revision=18406
Matthias Clasen [Sun, 8 Jul 2007 16:37:43 +0000 (16:37 +0000)]
Support old-style message contexts, too.
2007-07-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkbuilderparser.c (pgettext): Support old-style
message contexts, too.
svn path=/trunk/; revision=18405
Johan Dahlin [Sun, 8 Jul 2007 14:33:20 +0000 (14:33 +0000)]
Improve the way properties are copied over from a menuitem to an action.
2007-07-08 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert: Improve the way properties
are copied over from a menuitem to an action.
svn path=/trunk/; revision=18404
Johan Dahlin [Sun, 8 Jul 2007 14:00:21 +0000 (14:00 +0000)]
Convert GtkMenus which are not part of a GtkMenuBar. Also move over
2007-07-08 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert (GtkBuilderConverter._convert_menuitem): Convert
GtkMenus which are not part of a GtkMenuBar. Also move over activate signals
when converting a GtkMenuItem subclass to an action.
(#454830, Bastien Nocera)
svn path=/trunk/; revision=18403
Johan Dahlin [Sun, 8 Jul 2007 13:39:42 +0000 (13:39 +0000)]
Parse last_modification_time attribute in <signal> tag
2007-07-08 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbuilderparser.c (parse_signal): Parse last_modification_time
attribute in <signal> tag
svn path=/trunk/; revision=18402
Matthias Clasen [Sun, 8 Jul 2007 05:27:22 +0000 (05:27 +0000)]
Add support for context and comments on properties
svn path=/trunk/; revision=18401
Matthias Clasen [Sun, 8 Jul 2007 03:59:30 +0000 (03:59 +0000)]
Fix a typo and a memory management bug
svn path=/trunk/; revision=18400
Johan Dahlin [Sun, 8 Jul 2007 03:22:18 +0000 (03:22 +0000)]
Parse <accessibility> but don't do anything yet. Do not strip
2007-07-08 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkwidget.c (gtk_widget_buildable_custom_tag_start):
Parse <accessibility> but don't do anything yet.
* gtk/gtk-builder-convert (GtkBuilderConverter._parse):
Do not strip atk/accessibility tags
* tests/buildertest.c (test_widget):
Test this
svn path=/trunk/; revision=18399
Tim Janik [Sat, 7 Jul 2007 23:36:33 +0000 (23:36 +0000)]
docu fixup by Bjoern Lindqvist, #454703.
Sun Jul 8 01:33:45 2007 Tim Janik <timj@gtk.org>
* gdk/gdkwindow.c: docu fixup by Bjoern Lindqvist, #454703.
svn path=/trunk/; revision=18398
Kostas Papadimas [Sat, 7 Jul 2007 16:33:35 +0000 (16:33 +0000)]
Updated Greek translation
svn path=/trunk/; revision=18397
Richard Hult [Sat, 7 Jul 2007 16:19:40 +0000 (16:19 +0000)]
]) ([GdkQuartzWindow -windowDidBecomeMain:]): Keep a stack of main windows
2007-07-07 Richard Hult <richard@imendio.com>
* gdk/quartz/GdkQuartzWindow.c ([GdkQuartzWindow -windowDidResignMain:])
([GdkQuartzWindow -windowDidBecomeMain:]):
* gdk/quartz/gdkwindow-quartz.c (_gdk_quartz_window_did_resign_main)
(_gdk_quartz_window_did_become_main, gdk_window_hide)
(_gdk_windowing_window_destroy): Keep a stack of main windows and
select the most recent one when hiding/closing the current one.
svn path=/trunk/; revision=18396
Johan Dahlin [Sat, 7 Jul 2007 16:18:38 +0000 (16:18 +0000)]
(GtkBuilderConverter._add_action_from_menuitem): Only set stock_id
on the action if the menuitem had a stock or label property set
svn path=/trunk/; revision=18395
Johan Dahlin [Sat, 7 Jul 2007 16:14:30 +0000 (16:14 +0000)]
(GtkBuilderConverter._convert_menuitem): Add support for CheckMenuItems
and do not set name and action on separators
svn path=/trunk/; revision=18394
Johan Dahlin [Sat, 7 Jul 2007 15:59:53 +0000 (15:59 +0000)]
Assert that the tagname of the nodes are correct, factor out a method to a function which doesn't use the instance state.
svn path=/trunk/; revision=18393
Johan Dahlin [Sat, 7 Jul 2007 15:50:09 +0000 (15:50 +0000)]
(GtkBuilderConverter._parse): Remove unsupported atkrelation and atkproperty
tags
svn path=/trunk/; revision=18392
Johan Dahlin [Sat, 7 Jul 2007 15:44:30 +0000 (15:44 +0000)]
(GtkBuilderConverter): Refactor; Optimize widget lookups by not
traversing the whole tree.
Use a common api to create sizegroups, actiongroups and uimanagers
to avoid name conflicts.
Output newly created objects sorted by id before the old roots under
<interface>
svn path=/trunk/; revision=18391
Tim Janik [Sat, 7 Jul 2007 15:35:32 +0000 (15:35 +0000)]
docu fixes from Guillaume Cottenceau, #454596.
Sat Jul 7 17:34:33 2007 Tim Janik <timj@gtk.org>
* gdk-pixbuf-scale.c: docu fixes from Guillaume Cottenceau, #454596.
svn path=/trunk/; revision=18390
Johan Dahlin [Sat, 7 Jul 2007 15:11:52 +0000 (15:11 +0000)]
Convert GtkTextView::text properties
2007-07-07 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert (GtkBuilderConverter._convert_textview_text):
Convert GtkTextView::text properties
svn path=/trunk/; revision=18389
Richard Hult [Fri, 6 Jul 2007 19:49:42 +0000 (19:49 +0000)]
Fix (de)miniaturizing transient windows, by (un)setting the parent before
2007-07-06 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkprivate-quartz.h:
* gdk/quartz/gdkwindow-quartz.c:
* gdk/quartz/GdkQuartzWindow.c: Fix (de)miniaturizing transient
windows, by (un)setting the parent before and after miniaturizing.
svn path=/trunk/; revision=18388
Richard Hult [Fri, 6 Jul 2007 18:46:39 +0000 (18:46 +0000)]
Add stub.
2007-07-06 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkkeys-quartz.c (gdk_keymap_have_bidi_layouts): Add
stub.
svn path=/trunk/; revision=18387
Johan Dahlin [Fri, 6 Jul 2007 13:39:19 +0000 (13:39 +0000)]
Add a missing semi-colon in the doc string, spotted by Johannes Sasonko
2007-07-06 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbuilder.c (gtk_builder_get_type_from_name): Add a missing
semi-colon in the doc string, spotted by Johannes Sasonko
svn path=/trunk/; revision=18386
Michael J. Chudobiak [Fri, 6 Jul 2007 11:50:28 +0000 (11:50 +0000)]
Added a comment to explain the signal used to stop parsing early.
2007-07-06 Michael J. Chudobiak <mjc@cvs.gnome.org>
* io-tiff.c: (tiff_image_parse): Added a comment to explain
the signal used to stop parsing early.
svn path=/trunk/; revision=18385
Matthias Clasen [Thu, 5 Jul 2007 20:16:59 +0000 (20:16 +0000)]
Try again to make gdk_pixbuf_get_file_info work for tiff images
svn path=/trunk/; revision=18384
Matthias Clasen [Thu, 5 Jul 2007 19:50:03 +0000 (19:50 +0000)]
Pixbuf properties
svn path=/trunk/; revision=18383
Ignacio Casal Quinteiro [Wed, 4 Jul 2007 20:02:02 +0000 (20:02 +0000)]
Updated Galician Translation.
svn path=/trunk/; revision=18382
Tor Lillqvist [Wed, 4 Jul 2007 12:40:56 +0000 (12:40 +0000)]
Use GDK_PIXBUF_DEP_LIBS instead of GDK_PIXBUF_EXTRA_LIBS here, too.
2007-07-04 Tor Lillqvist <tml@novell.com>
* pixops/Makefile.am (timescale_LDADD): Use GDK_PIXBUF_DEP_LIBS
instead of GDK_PIXBUF_EXTRA_LIBS here, too.
svn path=/trunk/; revision=18381
Ankitkumar Rameshchandra Patel [Wed, 4 Jul 2007 10:48:26 +0000 (10:48 +0000)]
Updated Gujarati Translations
svn path=/trunk/; revision=18380
Ankitkumar Rameshchandra Patel [Wed, 4 Jul 2007 10:43:26 +0000 (10:43 +0000)]
Updated Translation
svn path=/trunk/; revision=18379
Tim Janik [Wed, 4 Jul 2007 10:21:05 +0000 (10:21 +0000)]
added usage example to gdk_event_request_motions() docs.
Wed Jul 4 12:20:23 2007 Tim Janik <timj@imendio.com>
* gdk/gdkevents.c (gdk_event_request_motions): added usage example
to gdk_event_request_motions() docs.
svn path=/trunk/; revision=18378
Tor Lillqvist [Wed, 4 Jul 2007 08:20:18 +0000 (08:20 +0000)]
On Win32 call gtk_status_icon_button_press() in an idle callback and not
2007-07-04 Tor Lillqvist <tml@novell.com>
* gtk/gtkstatusicon.c: On Win32 call
gtk_status_icon_button_press() in an idle callback and not
directly from the window procedure to avoid "g_main_loop_run():
called recursively from within a source's check() or prepare()
member, iteration not possible" warnings.
svn path=/trunk/; revision=18377
Chris Wilson [Wed, 4 Jul 2007 07:41:57 +0000 (07:41 +0000)]
Remove a surplus GDK_THREADS_LEAVE() and avoid a potential use after free
2007-07-04 Chris Wilson <chris@chris-wilson.co.uk>
* gtk/gtkrecentchoosermenu.c (idle_populate_func),
(idle_populate_clean_up), (gtk_recent_chooser_menu_populate):
Remove a surplus GDK_THREADS_LEAVE() and avoid a potential use after
free in the source destroy notify. (#453033)
svn path=/trunk/; revision=18375
Johan Dahlin [Wed, 4 Jul 2007 03:49:33 +0000 (03:49 +0000)]
pack children from the start instead of the end, this should probably be
2007-07-04 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkcelllayout.c (_gtk_cell_layout_buildable_add_child):
pack children from the start instead of the end, this should
probably be made configurable at some point.
svn path=/trunk/; revision=18374
Johan Dahlin [Wed, 4 Jul 2007 03:48:01 +0000 (03:48 +0000)]
We support GtkComboBox.items properties now
2007-07-04 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert.xml: We support GtkComboBox.items
properties now
svn path=/trunk/; revision=18373
Johan Dahlin [Wed, 4 Jul 2007 03:46:16 +0000 (03:46 +0000)]
Fix confusing indentation
svn path=/trunk/; revision=18372
Johan Dahlin [Wed, 4 Jul 2007 03:44:38 +0000 (03:44 +0000)]
Add support for converting GtkComboBox items, also make sure that we
2007-07-04 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert:
Add support for converting GtkComboBox items, also make sure
that we support more than one GtkAdjustment in a file
svn path=/trunk/; revision=18371